home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-04.Z / 94-04 / text0080.txt < prev    next >
Encoding:
Text File  |  1994-04-30  |  2.2 KB  |  94 lines

  1. I am trying to setup the stand-alone version (as opposed to the winsock
  2. version) of WinQvtNet 3.97 on a machine running Windows for Workgroups
  3. 3.11.  No Novell, No winsock, just WinQvtNet. I checked the windows FAQ and 
  4. tried to follow the setup in section 4.9.3.4, but I could not get it to 
  5. work.  The example given in that section also seems to be setting up a 
  6. Novell network, so I might have left something out of my configuration 
  7. that I thought applied to Novell.  
  8.  
  9. Another thing I thought might be wrong is that I am loading the wrong shim.
  10. I have a 3c503 card and I believe that the shim I am loading is intended
  11. for 3c509 cards.  Any thoughts?
  12.  
  13. Are there any changes that need to be made to the system.ini file? I
  14. do *NOT* currently have dis_pkt9.dos set in the system.ini file.
  15.  
  16. Any help would be greatly appreciated. 
  17.  
  18. Here is my configuration:
  19.  
  20. autoexec.bat
  21. ------------ 
  22. c:\windows\winqvt\pktint 0x62
  23. C:\WINDOWS\net start
  24.  
  25. C:\FP209\VIRSTOP
  26. c:\WINDOWS\DISPKT\SMARTDRV.EXE /X /L
  27. prompt $p$g
  28. PATH C:\DOS;C:\BAT;C:\WINDOWS;C:\RCD;C:\WACOM2;C:\ACAD11;C:\TELNET;D:\ZIP;
  29. set TEMP=c:\dos
  30. set dircmd=/ogen
  31. lh c:\wacom2\wmouse
  32.  
  33. config.sys
  34. ----------
  35. DEVICE=c:\WINDOWS\DISPKT\SMARTDRV.EXE /DOUBLE_BUFFER
  36. DEVICE=c:\WINDOWS\DISPKT\HIMEM.SYS
  37. DOS=HIGH,UMB
  38. SHELL=C:\DOS\COMMAND.COM C:\DOS\ /e:1024 /p
  39. device=c:\windows\protman.dos /i:C:\windows
  40. device=c:\windows\elnkii.dos
  41. device=c:\windows\dispkt\dis_pkt9.dos
  42. files=50
  43. buffers=40
  44. LASTDRIVE=Z
  45. STACKS=9,256
  46. DEVICEHIGH=C:\DOS\DBLSPACE.SYS /MOVE
  47. DEVICE=c:\WINDOWS\DISPKT\IFSHLP.SYS
  48.  
  49. \windows\protocol.ini
  50. ---------------------
  51. [network.setup]
  52. version=0x3110
  53. netcard=ms$elnkii,1,MS$ELNKII,3
  54. transport=ms$nwlinknb,NWLINK
  55. transport=ms$netbeui,NETBEUI
  56. transport=ms$ndishlp,MS$NDISHLP
  57. lana0=ms$elnkii,1,ms$nwlinknb
  58. lana1=ms$elnkii,1,ms$netbeui
  59. lana2=ms$elnkii,1,ms$ndishlp
  60.  
  61. [protman]
  62. DriverName=PROTMAN$
  63. PRIORITY=ms$netbeui
  64.  
  65. [MS$ELNKII]
  66. DriverName=ELNKII$
  67. MAXTRANSMITS=12
  68. INTERRUPT=3
  69. IOADDRESS=0x300
  70. TRANSCEIVER=onboard
  71.  
  72. [ELNKII]
  73. Adapters=MS$ELNKII
  74.  
  75. [NWLINK]
  76. BINDINGS=MS$ELNKII
  77.  
  78. [MS$NDISHLP]
  79. DriverName=ndishlp$
  80. BINDINGS=MS$ELNKII
  81.  
  82. [NETBEUI]
  83. DriverName=netbeui$
  84. SESSIONS=10
  85. NCBS=32
  86. BINDINGS=MS$ELNKII
  87. LANABASE=1
  88.  
  89. [PKTDRV]
  90. DRIVERNAME=PKTDRV$
  91. BINDINGS=MS$ELNKII
  92. INTVEC=0X62
  93.  
  94.